home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmText
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- ClientHeight = 5355
- ClientLeft = 1140
- ClientTop = 1455
- ClientWidth = 9345
- Height = 5760
- Icon = FRMTEXT.FRX:0000
- Left = 1080
- LinkTopic = "Form1"
- MaxButton = 0 'False
- ScaleHeight = 5355
- ScaleWidth = 9345
- Top = 1110
- Width = 9465
- Begin CommandButton btnDone
- Caption = "Done"
- Height = 465
- Left = 7875
- TabIndex = 1
- Top = 90
- Width = 1050
- End
- Begin CSVList vlText
- AutoRecordCount = -1 'True
- BorderStyle = 1 'Fixed Single
- ColDelim = " "
- ColWidth = FRMTEXT.FRX:0302
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 5190
- HScroll = -1 'True
- Left = 135
- ListCount = 0
- ListDataFields = ""
- ListDataSource = ""
- MultiSelect = 0 'None
- ShadowColor = &H00808080&
- TabIndex = 0
- Top = 45
- ValueCol = -1
- Width = 7530
- End
- Sub btnDone_Click ()
- Hide
- DoEvents
- End Sub
- Sub vlText_QueryItem (Item As Long, Text As String)
- Text = ItemText(Item + 1).Text
- End Sub
-